Click or drag to resize

PropertyTag Class

Represents the property tag.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class PropertyTag : ExtendedPropertyPath

The PropertyTag type exposes the following members.

Constructors
  NameDescription
Public methodPropertyTag
Initializes a new instance of the PropertyTag class.
Public methodPropertyTag(Int64)
Initializes a new instance of the PropertyTag class.
Public methodPropertyTag(Int32, MapiPropertyType)
Initializes a new instance of the PropertyTag class.
Top
Properties
  NameDescription
Public propertyTag
Contains the property tag without the type part of the tag.
Public propertyType
Contains the property type of a property tag.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsEqual
Determines whether the specified property path is equal.
(Overrides ExtendedPropertyPathIsEqual(ExtendedPropertyPath).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current PropertyTag object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also